Response

interface Response

A response for VerifyCertificateCallback.

Functions

Link copied to clipboard
Notifies the engine that the engine itself must verify the certificate.
Link copied to clipboard
open fun invalid(verificationStatuses: Array<CertVerificationStatus>): VerifyCertificateCallback.Response
Notifies the engine that the given certificate is invalid with the specific verificationStatus.
Link copied to clipboard
Notifies the engine that the given certificate is valid.